@media (max-width: 1200px) {
  #fixed {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
#pc-head .cnen{ display:none !important}

}
@media only screen and (min-width: 990px) and (max-width: 1100px){
 .cnen1{ display:none !important}

	}
	@media screen and (min-width: 1754px) and (max-width:1920px) {
#pc-head .model .right .nav li .cnen1{ display: none !important}
#foot1{ display:none}
}




@media (max-width: 1100px) {
  #pc-head {
    display: none;
  }
  #phone-head-bg {
    display: block;
    height: 51px;
    width: 100%;
  }
  #phone-head {
    top: 0;
    width: 100%;
    height: 50px;
    height: auto;
    z-index: 99999;
    display: block;
    position: fixed;
    background:#fff;
  }
  #phone-head .head {
    height: 50px;
    position: relative;
  }
  #phone-head .head .phone_ico {
    left: 10px;
    top: 16.5px;
    width: 20px;
    height: 13px;
    cursor: pointer;
    position: absolute;
    transition: all 500ms ease 0s;
    background: url(../images/Phone_ico2.png);
  }
  #phone-head .head .phone_ico-hover {
    transform: rotate(90deg);
    transition: all 500ms ease 0s;
    -o-transform: rotate(90deg);/* Opera */
    -moz-transform: rotate(90deg);/* Firefox 4 */
    -webkit-transform: rotate(90deg);/* Safari and Chrome */
  }
  #phone-head .head .phone_logo {
    width: 120px;
    margin: 0 auto;
    display: block;
  }
  #phone-head .head .phone_logo img {
    width: 99.555555%;
    margin-top: 16px;
  }
  #phone-head .head .language {
    top: 10px;
    right: 10px;
    position: absolute;
  }
  #phone-head .head .language .first {
    cursor: pointer;
    height: 30px;
    display: block;
    color: #0b3776;
    font-size: 12px;
    line-height: 30px;
  }
  #phone-head .head .language .first .cn {
    float: left;
    width: 16px;
    height: 13px;
    display: block;
    margin-top: 9px;
    margin-right: 7px;
    background: url(../images/img-map.png) -55px 0px;
  }
  #phone-head .head .language .first .en {
    float: left;
    width: 13px;
    height: 16px;
    display: block;
    margin-top: 9px;
    margin-right: 7px;
    background: url(../images/img-map.png) -73px 0px;
  }
  #phone-head .head .language .first .ico {
    margin: 14px 0 0 7px;
    float: right;
    display: block;
    width: 6px;
    height: 3px;
    background: url(../images/img-map.png) -246px 0px;
  }
  #phone-head .head .language .langs {
    border: 1px solid #EBEBEB;
    background: white;
    z-index: 1;
    display: block;
    position: absolute;
    top: 40px;
    right: -148px;
    width: 120px;
    transition: all 0.5s ease 0s;
  }
  #phone-head .head .language .langs a {
    overflow: hidden;
    padding-left: 20px;
    width: 100%;
    height: 40px;
    display: block;
    color: #4C4C4C;
    font-size: 12px;
    line-height: 40px;
    border-top: 1px solid #EBEBEB;
  }
  #phone-head .head .language .langs a .cn {
    float: left;
    width: 16px;
    height: 13px;
    display: block;
    margin-top: 14px;
    margin-right: 7px;
    background: url(../images/img-map.png) 0 -41px;
  }
  #phone-head .head .language .langs a .en {
    float: left;
    width: 16px;
    height: 13px;
    display: block;
    margin-top: 14px;
    margin-right: 7px;
    background: url(../images/img-map.png) -73px 0px;
  }
  #phone-head .head .language .langs a:hover {
    background: #F5F5F5;
  }
  #phone-head .head .language .langss {
    right: -28px;
    transition: all 0.5s ease 0s;
  }
  #phone-head .nav {
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background: #1E2678;
  }
  #phone-head .nav a {
    font-size: 14px;
    width: 100%;
    outline: none;
    color: white;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  }
  #pc-banner .left {
    margin-left: -456px;
  }
  #pc-banner .right {
    margin-left: -500px;
  }
  .in-txt {
    padding: 30px 0 20px;
  }
  #index-news {
    width: 100%;
    padding: 0 10px;
  }
  #index-news .newsall {
    width: 100%;
    height: auto;
    margin: 20px auto 50px;
  }
  #index-news .newsall .list {
    height: auto;
  }
  #index-news .newsall .list .img {
    width: 45%;
    height: auto;
  }
  #index-news .newsall .list .nr {
    width: 50%;
    margin-left: 10px;
  }
  #index-news .newsall .list .nr a {
    width: 90%;
    font-size: 14px;
    margin: 8px 0 0;
  }
  #index-news .newsall .list .nr .time {
    line-height: 15px;
    padding: 5px 0 10px;
  }
  #index-news .newsall .list .nr .cont {
    line-height: 20px;
    padding-top: 7px;
  }
  #index-news .newsall .swiper-pagination-bullets {
    bottom: -30px;
  }
  #index-technology {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 30px;
  }
  #index-technology ul {
    height: auto;
  }
  #index-technology ul li {
    padding: 30px 2%;
  }
  #index-technology ul li .right {
    width: 80%;
  }
  #index-technology ul li .wire {
    top: 35px;
  }
  #foot-nav {
    padding: 20px 10px;
  }
  #foot-nav .model {
    width: 100%;
  }
  #foot-nav .model .txt {
    padding: 0 10px 10px 0;
    margin-bottom: 15px;
  }
  #foot-nav .model .nav {
    margin-right: 50px;
  }
  #index-product {
    padding: 0 10px;
    padding-bottom: 40px;
  }
  #index-product .product {
    width: 100%;
  }
  #index-product .product .left {
    width: 49.5%;
    height: auto;
  }
  #index-product .product .left img {
    width: 100%;
    height: 100%;
  }
  #index-product .product .left .txt {
    width: 100%;
    padding: 0 35px 18px;
  }
  #index-product .product .left .txt .txt1 {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  #index-product .product .left .txt .txt2 {
    font-size: 12px;
  }
  #index-product .product .right {
    width: 49.5%;
    height: auto;
  }
  #index-product .product .right a {
    width: 49.5%;
  }
  #index-product .product .right a .img1 {
    display: none;
  }
  #index-product .product .right a .img2 {
    display: block;
    width: 100%;
    height: 100%;
  }
  #index-product .product .right a .bg {
    filter: alpha(opacity=0);/*支持 IE 浏览器*/
    -moz-opacity: 0;/*支持 FireFox 浏览器*/
    opacity: 0;/*支持 Chrome, Opera, Safari 等浏览器*/
  }
  #index-product .product .right a .nr .ico {
    display: none;
  }
  #index-product .product .right a .nr .en {
    display: none;
  }
  #index-product .product .right a .nr .cn {
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    background: black;
    filter: alpha(opacity=70);/*支持 IE 浏览器*/
    -moz-opacity: 0.7;/*支持 FireFox 浏览器*/
    opacity: 0.7;/*支持 Chrome, Opera, Safari 等浏览器*/
  }
  #index-product .product .right a .nr2 .wire {
    display: none;
  }
  #index-product .product .right a .nr2 .en {
    display: none;
  }
  #index-product .product .right a .nr2 .cn {
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    background: black;
    filter: alpha(opacity=70);/*支持 IE 浏览器*/
    -moz-opacity: 0.7;/*支持 FireFox 浏览器*/
    opacity: 0.7;/*支持 Chrome, Opera, Safari 等浏览器*/
  }
  #index-product .product .right a:hover .bg {
    filter: alpha(opacity=0);/*支持 IE 浏览器*/
    -moz-opacity: 0;/*支持 FireFox 浏览器*/
    opacity: 0;/*支持 Chrome, Opera, Safari 等浏览器*/
  }
  #index-product .product .right a:hover .nr2 .cn {
    filter: alpha(opacity=70);/*支持 IE 浏览器*/
    -moz-opacity: 0.7;/*支持 FireFox 浏览器*/
    opacity: 0.7;/*支持 Chrome, Opera, Safari 等浏览器*/
  }
  #index-product .product .right .a2 {
    float: right;
    margin-left: 0;
  }
  #index-product .product .right .a3 {
    margin-top: 4px;
  }
  #index-product .product .right .a4 {
    float: right;
    margin-top: 4px;
    margin-left: 0;
  }
  
}
@media (max-width: 1024px) {
	 .model .phone-navs .left .nav {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    background: #f1f1f1;
}
.model .phone-navs .left .nav .drop .tite {
    width: 100%;
    height: 30px;
    color: #737373;
    display: block;
    font-size: 12px !important;
    line-height: 38px;
    padding-left: 20px;
}
.model .phone-navs .left .nav .drop .a-s a {
    width: 100%;
    height: 25px;
    color: #737373;
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding-left: 50px;
}
 .model .phone-navs .left .nav .drop .a-s {
    padding-bottom: 6px;
}
 .model .phone-navs .left .nav .drop {
    border-top: 1px solid #e5e5e5;
}
 .model .phone-navs .left .nav .a {
    width: 100%;
    height: 38px;
    color: #737373;
    display: block;
    font-size: 12px;
    line-height: 38px;
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
}

	.model .phone-navs .left .phone_ico {
    top: 14px;
    right: 15px;
    width: 17px;
    height: 13px;
    cursor: pointer;
    position: absolute;
    transition: all 300ms ease 0s;
    background: url(../images/Phone_ico1.png);
}
	 .model .phone-navs .left .phone_ico-hover {
    transform: rotate(90deg);
    transition: all 300ms ease 0s;
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

	 .model .phone-navs .left .title {
    margin-left:40px;
    line-height: 40px;
    float: left;
    color: #fff; font-size:12px !important; }
	.model .phone-navs {
    height: 40px;
    z-index: 500;
    display: block;
   
    position: relative;
	margin-bottom:20px;
	background:url(../images/tu01.png) no-repeat;
	background-size:100% 100%
}
	.model .pc-navs {
    display: none;
}
  #pc-banner {
    display: none;
  }
  #phone-benner {
    width: 100%;
    display: block;
    position: relative;
  }
  #phone-benner .phone-benner {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #phone-benner .phone-benner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #phone-benner .swiper-pagination-bullets {
    left: 50%;
    bottom: 4%;
    width: 200px;
    position: absolute;
    margin-left: -96px;
  }
  #phone-benner .swiper-pagination-bullet {
    color: #000;
    opacity: 1;
    width: 9px;
    height: 9px;
    cursor: pointer;
    font-size: 12px;
    background: none;
    margin-right: 8px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid white;
  }
  #phone-benner .swiper-pagination-bullet-active {
    background: white;
  }
}
@media (max-width: 991px) {
  #index-technology ul li {
    padding: 25px 15px;
  }
  #index-technology ul li img {
    float: none;
    margin: 0 auto;
  }
  #index-technology ul li .right {
    float: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  #index-technology ul li .right .txt1 {
    font-size: 18px;
  }
  #index-technology ul li .wire {
    top: 50px;
    height: 60px;
  }
  #foot-nav {
    display: none;
  }
}
@media (max-width: 850px) {
  #index-product .product .left .txt {
    padding: 0 15px 10px;
  }
  #index-product .product .left .txt .txt1 {
    font-size: 16px;
    margin: 10px 0 5px;
  }
}
@media (max-width: 800px) {
  #index-news .newsall .list {
    height: auto;
  }
  #index-news .newsall .list .nr .time {
    display: none;
    line-height: 15px;
    padding: 5px 0 10px;
  }
  #index-news .newsall .list .nr .cont {
    font-size: 12px;
  }
  #index-news .newsall .swiper-pagination-bullets {
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .in-txt {
    padding: 15px 0;
  }
  .in-txt .cn {
    font-size: 20px;
  }
  #index-news .nav li {
    padding: 5px 8px;
  }
}
@media (max-width: 767px) {
  #index-product {
    padding-bottom: 20px;
  }
  #index-product .product .left {
    width: 100%;
  }
  #index-product .product .left .txt {
    padding: 0 15px 10px;
  }
  #index-product .product .left .txt .txt1 {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  #index-product .product .left .txt .txt2 {
    font-size: 13px;
  }
  #index-product .product .right {
    width: 100%;
    margin-top: 10px;
  }
  #index-product .product .right a .nr .cn {
    font-size: 13px;
  }
  #index-product .product .right a .nr2 .cn {
    font-size: 13px;
  }
  #index-product .product .right .a3 {
    margin-top: 1%;
  }
  #index-product .product .right .a4 {
    margin-top: 1%;
  }
}
@media (max-width: 736px) {
}
@media (max-width: 667px) {
}
@media (max-width: 568px) {
  #index-technology {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 60px;
  }
  #index-technology ul {
    border: none;
  }
  #index-technology ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #DADADD;
  }
  #index-technology ul li img {
    width: 40px;
    float: left;
    margin: 6px auto 0;
  }
  #index-technology ul li .right {
    float: left;
    width:77%;
    margin: 0 0 0 15px;
    text-align: left;
  }
  #index-technology ul li .right .txt1 {
    font-size: 16px;
  }
  #index-technology ul li .wire {
    top: 50px;
    height: 60px;
    display: none;
  }
    #public-coent{ display:none;}
}
@media (max-width: 567px) {
  #index-news .newsall .list .img {
    width: 100%;
  }
  #index-news .newsall .list .nr {
    width: 100%;
  }
    #public-coent{ display:none;}

}
@media (max-width: 480px) {
	.time1{ display:none;}
}
@media (max-width: 414px) {
  .in-txt {
    padding: 10px 0;
  }
  .in-txt .cn {
    font-size: 18px;
  }
  .in-txt .en {
    margin-top: 0;
  }
  #index-news .nav li {
    padding: 3px 10px;
  }
  #index-news .newsall {
    margin: 13px auto 35px;
  }
  #index-news .newsall .list .img {
    width: 100%;
  }
  #index-news .newsall .list .nr {
    width: 100%;
    margin: 0;
  }
  #index-news .newsall .list .nr a {
    font-size: 16px;
  }
  #index-news .newsall .list .nr .cont {
    font-size: 14px;
  }
  #index-news .newsall .swiper-pagination-bullets {
    bottom: -20px;
  }
  #index-news .newsall .swiper-pagination-bullet {
    width: 22px;
    height: 3px;
  }
  #public-coent{ display:none;}
}
@media (max-width: 375px) {
	    #public-coent{ display:none;}
.time1{ display:none;}
}
@media (max-width: 360px) {
	.time1{ display:none;}
}
/*# sourceMappingURL=responsive.css.map */
